home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / usenet / volume11 / adven2 / patch1 < prev   
Encoding:
Internet Message Format  |  1990-12-11  |  1.3 KB

  1. Path: uunet!ogicse!zephyr.ens.tek.com!tekred!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v11i060:  adven2 - generic adventure 551, Patch1
  5. Message-ID: <6564@tekred.CNA.TEK.COM>
  6. Date: 16 Nov 90 18:33:59 GMT
  7. Sender: news@tekred.CNA.TEK.COM
  8. Lines: 27
  9. Approved: billr@saab.CNA.TEK.COM
  10. Posted: Fri Nov 16 10:33:59 1990
  11.  
  12. Submitted-by: Doug McDonald <mcdonald@aries.scs.uiuc.edu>
  13. Posting-number: Volume 11, Issue 60
  14. Archive-name: adven2/Patch1
  15. Patch-To: adven2: Volume 11, Issue 27-33
  16.  
  17.  
  18. Some bugs and problems and been found in the 551 point Adventure
  19. (in Fortran) I posted. I'll report them here. There are no patches:
  20. some are not serious and I'm not about to try to ferret them out,
  21. and one is easily described in words. 
  22.  
  23. OFFICIAL PROBLEM FIX:
  24.  
  25. The variable KALFLG is local to the travl sububroutine in asubs.for.
  26. IT needs to have a statement "SAVE KALFLG" installed up in the
  27. declarations part of that routine. This of course effects only those
  28. rare compilers that don't automatically save everything.
  29.  
  30. Other things:
  31.  
  32. Don't throw the cloak to the troll. That uncovers bugs.
  33.  
  34. There are some bugs in the liquid code. This code is a mess and I'm
  35. not about to try to fix it. Just don't put liquids in un-obvious
  36. containers. Don't drink oil.
  37.  
  38. Doug MCDonald
  39.